Html Css Color HEX #5767BD Chetwode Blue

📋 copy color: '#5767BD'

red 87 ◦ green 103 ◦ blue 189

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

Shades of Chetwode Blue #5767BD

Tints of Chetwode Blue #5767BD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.18%

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 22.96%
G = 27.18%
B = 49.87%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5767BD (or 0x5767BD) is known color: Chetwode Blue. HEX triplet: 57, 67 and BD. RGB value is (87,103,189). Sum of RGB (Red+Green+Blue) = 87+103+189=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #5767BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767BD is #A89842. Grayscale: #6B6B6B. Windows color (decimal): -11049027 or 12412759. OLE color: 12412759.

HSL color Cylindrical-coordinate representation of color #5767BD: hue angle of 230.59º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5767BD is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 103 189 -
CMYK 0.54 0.46 0 0.26
HSL 230.59º 0.44% 0.54% -
HSV(B) 230.59º 0.54% 0.74% -
XYZ 17.97 15.4 50.17 -
YUV 108.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 87 103 189 0.54 0.46 0 0.26 230.59 0.44 0.54
Hex 57 67 BD 36 2E 0 1A E7 2C 36
Octal 127 147 275 66 56 0 32 347 54 66
Binary 1010111 1100111 10111101 110110 101110 0 11010 11100111 101100 110110

Color Harmonies of #5767BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5767BD

Black with #5767BD

Text Example


Text Example

White with #5767BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5767BD; }

 p { color: rgb(87,103,189); }

 H1.HeaderClassName
 {
   color: #5767BD;
 }
 .AnyTagClassName
 {
   color: #5767BD;
 }
</style>

background-color css

<style>
 a { background-color: #5767BD; }

 a { background-color: rgb(87,103,189); }

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

border-color css

<style>
 span { border-color: #5767BD; }

 span { border-color: rgb(87,103,189); }

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