Html Css Color HEX #5066B4 Chetwode Blue

📋 copy color: '#5066B4'

red 80 ◦ green 102 ◦ blue 180

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

Shades of Chetwode Blue #5066B4

Tints of Chetwode Blue #5066B4

RGB

 RED value IS 80 (31.64% from 255) = 22.1%

 GREEN value IS 102 (40.23% from 255) = 28.18%

 BLUE value IS 180 (70.7% from 255) = 49.72%

R = 22.1%
G = 28.18%
B = 49.72%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5066B4 (or 0x5066B4) is known color: Chetwode Blue. HEX triplet: 50, 66 and B4. RGB value is (80,102,180). Sum of RGB (Red+Green+Blue) = 80+102+180=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #5066B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066B4 is #AF994B. Grayscale: #676767. Windows color (decimal): -11508044 or 11822672. OLE color: 11822672.

HSL color Cylindrical-coordinate representation of color #5066B4: hue angle of 226.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5066B4 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 102 180 -
CMYK 0.56 0.43 0 0.29
HSL 226.8º 0.4% 0.51% -
HSV(B) 226.8º 0.56% 0.71% -
XYZ 16.3 14.5 45.12 -
YUV 104.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 80 102 180 0.56 0.43 0 0.29 226.8 0.4 0.51
Hex 50 66 B4 38 2B 0 1D E3 28 33
Octal 120 146 264 70 53 0 35 343 50 63
Binary 1010000 1100110 10110100 111000 101011 0 11101 11100011 101000 110011

Color Harmonies of #5066B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5066B4

Black with #5066B4

Text Example


Text Example

White with #5066B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5066B4; }

 p { color: rgb(80,102,180); }

 H1.HeaderClassName
 {
   color: #5066B4;
 }
 .AnyTagClassName
 {
   color: #5066B4;
 }
</style>

background-color css

<style>
 a { background-color: #5066B4; }

 a { background-color: rgb(80,102,180); }

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

border-color css

<style>
 span { border-color: #5066B4; }

 span { border-color: rgb(80,102,180); }

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