Html Css Color HEX #5A68AB Chetwode Blue

📋 copy color: '#5A68AB'

red 90 ◦ green 104 ◦ blue 171

#5A68AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5A68AB

Tints of Chetwode Blue #5A68AB

RGB

 RED value IS 90 (35.55% from 255) = 24.66%

 GREEN value IS 104 (41.02% from 255) = 28.49%

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 24.66%
G = 28.49%
B = 46.85%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5A68AB (or 0x5A68AB) is known color: Chetwode Blue. HEX triplet: 5A, 68 and AB. RGB value is (90,104,171). Sum of RGB (Red+Green+Blue) = 90+104+171=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A68AB is #A59754. Grayscale: #6B6B6B. Windows color (decimal): -10852181 or 11233370. OLE color: 11233370.

HSL color Cylindrical-coordinate representation of color #5A68AB: hue angle of 229.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A68AB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 104 171 -
CMYK 0.47 0.39 0 0.33
HSL 229.63º 0.33% 0.51% -
HSV(B) 229.63º 0.47% 0.67% -
XYZ 16.52 15.01 40.56 -
YUV 107.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 90 104 171 0.47 0.39 0 0.33 229.63 0.33 0.51
Hex 5A 68 AB 2F 27 0 21 E6 21 33
Octal 132 150 253 57 47 0 41 346 41 63
Binary 1011010 1101000 10101011 101111 100111 0 100001 11100110 100001 110011

Color Harmonies of #5A68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A68AB

Black with #5A68AB

Text Example


Text Example

White with #5A68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A68AB; }

 p { color: rgb(90,104,171); }

 H1.HeaderClassName
 {
   color: #5A68AB;
 }
 .AnyTagClassName
 {
   color: #5A68AB;
 }
</style>

background-color css

<style>
 a { background-color: #5A68AB; }

 a { background-color: rgb(90,104,171); }

 div.DivClassName
 {
   background-color: #5A68AB;
 }
 .BgClassName
 {
   background-color: #5A68AB;
 }
</style>

border-color css

<style>
 span { border-color: #5A68AB; }

 span { border-color: rgb(90,104,171); }

 td.TdClassName
 {
   border-color: #5A68AB;
 }
 .TagClassName
 {
   border-color: #5A68AB;
 }
</style>