Html Css Color HEX #5869AF Chetwode Blue

📋 copy color: '#5869AF'

red 88 ◦ green 105 ◦ blue 175

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

Shades of Chetwode Blue #5869AF

Tints of Chetwode Blue #5869AF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.53%

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

R = 23.91%
G = 28.53%
B = 47.55%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5869AF (or 0x5869AF) is known color: Chetwode Blue. HEX triplet: 58, 69 and AF. RGB value is (88,105,175). Sum of RGB (Red+Green+Blue) = 88+105+175=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #5869AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5869AF is #A79650. Grayscale: #6B6B6B. Windows color (decimal): -10982993 or 11495768. OLE color: 11495768.

HSL color Cylindrical-coordinate representation of color #5869AF: hue angle of 228.28º 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 #5869AF is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 105 175 -
CMYK 0.50 0.40 0 0.31
HSL 228.28º 0.35% 0.52% -
HSV(B) 228.28º 0.5% 0.69% -
XYZ 16.81 15.27 42.62 -
YUV 107.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 88 105 175 0.50 0.40 0 0.31 228.28 0.35 0.52
Hex 58 69 AF 32 28 0 1F E4 23 34
Octal 130 151 257 62 50 0 37 344 43 64
Binary 1011000 1101001 10101111 110010 101000 0 11111 11100100 100011 110100

Color Harmonies of #5869AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5869AF

Black with #5869AF

Text Example


Text Example

White with #5869AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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