Html Css Color HEX #5765BC Chetwode Blue

📋 copy color: '#5765BC'

red 87 ◦ green 101 ◦ blue 188

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

Shades of Chetwode Blue #5765BC

Tints of Chetwode Blue #5765BC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

 BLUE value IS 188 (73.83% from 255) = 50%

R = 23.14%
G = 26.86%
B = 50%

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

#5765BC (or 0x5765BC) is known color: Chetwode Blue. HEX triplet: 57, 65 and BC. RGB value is (87,101,188). Sum of RGB (Red+Green+Blue) = 87+101+188=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #5765BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5765BC is #A89A43. Grayscale: #6A6A6A. Windows color (decimal): -11049540 or 12346711. OLE color: 12346711.

HSL color Cylindrical-coordinate representation of color #5765BC: hue angle of 231.68º degrees, saturation: 0.43, 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 #5765BC is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 101 188 -
CMYK 0.54 0.46 0 0.26
HSL 231.68º 0.43% 0.54% -
HSV(B) 231.68º 0.54% 0.74% -
XYZ 17.66 14.96 49.53 -
YUV 106.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 87 101 188 0.54 0.46 0 0.26 231.68 0.43 0.54
Hex 57 65 BC 36 2E 0 1A E8 2B 36
Octal 127 145 274 66 56 0 32 350 53 66
Binary 1010111 1100101 10111100 110110 101110 0 11010 11101000 101011 110110

Color Harmonies of #5765BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5765BC

Black with #5765BC

Text Example


Text Example

White with #5765BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5765BC; }

 p { color: rgb(87,101,188); }

 H1.HeaderClassName
 {
   color: #5765BC;
 }
 .AnyTagClassName
 {
   color: #5765BC;
 }
</style>

background-color css

<style>
 a { background-color: #5765BC; }

 a { background-color: rgb(87,101,188); }

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

border-color css

<style>
 span { border-color: #5765BC; }

 span { border-color: rgb(87,101,188); }

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