Html Css Color HEX #5B75AF Chetwode Blue

📋 copy color: '#5B75AF'

red 91 ◦ green 117 ◦ blue 175

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

Shades of Chetwode Blue #5B75AF

Tints of Chetwode Blue #5B75AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

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

R = 23.76%
G = 30.55%
B = 45.69%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B75AF (or 0x5B75AF) is known color: Chetwode Blue. HEX triplet: 5B, 75 and AF. RGB value is (91,117,175). Sum of RGB (Red+Green+Blue) = 91+117+175=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B75AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B75AF is #A48A50. Grayscale: #737373. Windows color (decimal): -10783313 or 11498843. OLE color: 11498843.

HSL color Cylindrical-coordinate representation of color #5B75AF: hue angle of 221.43º 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 #5B75AF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 117 175 -
CMYK 0.48 0.33 0 0.31
HSL 221.43º 0.34% 0.52% -
HSV(B) 221.43º 0.48% 0.69% -
XYZ 18.41 18.04 43.07 -
YUV 115.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 91 117 175 0.48 0.33 0 0.31 221.43 0.34 0.52
Hex 5B 75 AF 30 21 0 1F DD 22 34
Octal 133 165 257 60 41 0 37 335 42 64
Binary 1011011 1110101 10101111 110000 100001 0 11111 11011101 100010 110100

Color Harmonies of #5B75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B75AF

Black with #5B75AF

Text Example


Text Example

White with #5B75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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