Html Css Color HEX #5866AF Chetwode Blue

📋 copy color: '#5866AF'

red 88 ◦ green 102 ◦ blue 175

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

Shades of Chetwode Blue #5866AF

Tints of Chetwode Blue #5866AF

RGB

 RED value IS 88 (34.77% from 255) = 24.11%

 GREEN value IS 102 (40.23% from 255) = 27.95%

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 24.11%
G = 27.95%
B = 47.95%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5866AF (or 0x5866AF) is known color: Chetwode Blue. HEX triplet: 58, 66 and AF. RGB value is (88,102,175). Sum of RGB (Red+Green+Blue) = 88+102+175=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #5866AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5866AF is #A79950. Grayscale: #696969. Windows color (decimal): -10983761 or 11495000. OLE color: 11495000.

HSL color Cylindrical-coordinate representation of color #5866AF: hue angle of 230.34º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5866AF is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 102 175 -
CMYK 0.50 0.42 0 0.31
HSL 230.34º 0.35% 0.52% -
HSV(B) 230.34º 0.5% 0.69% -
XYZ 16.51 14.67 42.52 -
YUV 106.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 88 102 175 0.50 0.42 0 0.31 230.34 0.35 0.52
Hex 58 66 AF 32 2A 0 1F E6 23 34
Octal 130 146 257 62 52 0 37 346 43 64
Binary 1011000 1100110 10101111 110010 101010 0 11111 11100110 100011 110100

Color Harmonies of #5866AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5866AF

Black with #5866AF

Text Example


Text Example

White with #5866AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5866AF; }

 p { color: rgb(88,102,175); }

 H1.HeaderClassName
 {
   color: #5866AF;
 }
 .AnyTagClassName
 {
   color: #5866AF;
 }
</style>

background-color css

<style>
 a { background-color: #5866AF; }

 a { background-color: rgb(88,102,175); }

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

border-color css

<style>
 span { border-color: #5866AF; }

 span { border-color: rgb(88,102,175); }

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