Html Css Color HEX #5768AF Chetwode Blue

📋 copy color: '#5768AF'

red 87 ◦ green 104 ◦ blue 175

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

Shades of Chetwode Blue #5768AF

Tints of Chetwode Blue #5768AF

RGB

 RED value IS 87 (34.38% from 255) = 23.77%

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

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

R = 23.77%
G = 28.42%
B = 47.81%

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

#5768AF (or 0x5768AF) is known color: Chetwode Blue. HEX triplet: 57, 68 and AF. RGB value is (87,104,175). Sum of RGB (Red+Green+Blue) = 87+104+175=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #5768AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5768AF is #A89750. Grayscale: #6A6A6A. Windows color (decimal): -11048785 or 11495511. OLE color: 11495511.

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

Color convert

RGB 87 104 175 -
CMYK 0.50 0.41 0 0.31
HSL 228.41º 0.35% 0.51% -
HSV(B) 228.41º 0.5% 0.69% -
XYZ 16.62 15.02 42.58 -
YUV 107.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 87 104 175 0.50 0.41 0 0.31 228.41 0.35 0.51
Hex 57 68 AF 32 29 0 1F E4 23 33
Octal 127 150 257 62 51 0 37 344 43 63
Binary 1010111 1101000 10101111 110010 101001 0 11111 11100100 100011 110011

Color Harmonies of #5768AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768AF

Black with #5768AF

Text Example


Text Example

White with #5768AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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