Html Css Color HEX #5B77AF Chetwode Blue

📋 copy color: '#5B77AF'

red 91 ◦ green 119 ◦ blue 175

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

Shades of Chetwode Blue #5B77AF

Tints of Chetwode Blue #5B77AF

RGB

 RED value IS 91 (35.94% from 255) = 23.64%

 GREEN value IS 119 (46.88% from 255) = 30.91%

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

R = 23.64%
G = 30.91%
B = 45.45%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B77AF (or 0x5B77AF) is known color: Chetwode Blue. HEX triplet: 5B, 77 and AF. RGB value is (91,119,175). Sum of RGB (Red+Green+Blue) = 91+119+175=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B77AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B77AF is #A48850. Grayscale: #747474. Windows color (decimal): -10782801 or 11499355. OLE color: 11499355.

HSL color Cylindrical-coordinate representation of color #5B77AF: hue angle of 220º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B77AF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 119 175 -
CMYK 0.48 0.32 0 0.31
HSL 220º 0.34% 0.52% -
HSV(B) 220º 0.48% 0.69% -
XYZ 18.65 18.51 43.15 -
YUV 117.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 91 119 175 0.48 0.32 0 0.31 220 0.34 0.52
Hex 5B 77 AF 30 20 0 1F DC 22 34
Octal 133 167 257 60 40 0 37 334 42 64
Binary 1011011 1110111 10101111 110000 100000 0 11111 11011100 100010 110100

Color Harmonies of #5B77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B77AF

Black with #5B77AF

Text Example


Text Example

White with #5B77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,119,175); }

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

background-color css

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

 a { background-color: rgb(91,119,175); }

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

border-color css

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

 span { border-color: rgb(91,119,175); }

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