Html Css Color HEX #5868AF Chetwode Blue

📋 copy color: '#5868AF'

red 88 ◦ green 104 ◦ blue 175

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

Shades of Chetwode Blue #5868AF

Tints of Chetwode Blue #5868AF

RGB

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

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

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

R = 23.98%
G = 28.34%
B = 47.68%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5868AF (or 0x5868AF) is known color: Chetwode Blue. HEX triplet: 58, 68 and AF. RGB value is (88,104,175). Sum of RGB (Red+Green+Blue) = 88+104+175=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #5868AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5868AF is #A79750. Grayscale: #6B6B6B. Windows color (decimal): -10983249 or 11495512. OLE color: 11495512.

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

Color convert

RGB 88 104 175 -
CMYK 0.50 0.41 0 0.31
HSL 228.97º 0.35% 0.52% -
HSV(B) 228.97º 0.5% 0.69% -
XYZ 16.71 15.07 42.59 -
YUV 107.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 88 104 175 0.50 0.41 0 0.31 228.97 0.35 0.52
Hex 58 68 AF 32 29 0 1F E5 23 34
Octal 130 150 257 62 51 0 37 345 43 64
Binary 1011000 1101000 10101111 110010 101001 0 11111 11100101 100011 110100

Color Harmonies of #5868AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5868AF

Black with #5868AF

Text Example


Text Example

White with #5868AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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