Html Css Color HEX #56BECC Viking

📋 copy color: '#56BECC'

red 86 ◦ green 190 ◦ blue 204

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

Shades of Viking #56BECC

Tints of Viking #56BECC

RGB

 RED value IS 86 (33.98% from 255) = 17.92%

 GREEN value IS 190 (74.61% from 255) = 39.58%

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 17.92%
G = 39.58%
B = 42.5%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#56BECC (or 0x56BECC) is known color: Viking. HEX triplet: 56, BE and CC. RGB value is (86,190,204). Sum of RGB (Red+Green+Blue) = 86+190+204=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #56BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BECC is #A94133. Grayscale: #A0A0A0. Windows color (decimal): -11092276 or 13418070. OLE color: 13418070.

HSL color Cylindrical-coordinate representation of color #56BECC: hue angle of 187.12º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56BECC is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 190 204 -
CMYK 0.58 0.07 0 0.2
HSL 187.12º 0.54% 0.57% -
HSV(B) 187.12º 0.58% 0.8% -
XYZ 33.15 43.16 63.71 -
YUV 160.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 86 190 204 0.58 0.07 0 0.2 187.12 0.54 0.57
Hex 56 BE CC 3A 7 0 14 BB 36 39
Octal 126 276 314 72 7 0 24 273 66 71
Binary 1010110 10111110 11001100 111010 111 0 10100 10111011 110110 111001

Color Harmonies of #56BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BECC

Black with #56BECC

Text Example


Text Example

White with #56BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56BECC; }

 p { color: rgb(86,190,204); }

 H1.HeaderClassName
 {
   color: #56BECC;
 }
 .AnyTagClassName
 {
   color: #56BECC;
 }
</style>

background-color css

<style>
 a { background-color: #56BECC; }

 a { background-color: rgb(86,190,204); }

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

border-color css

<style>
 span { border-color: #56BECC; }

 span { border-color: rgb(86,190,204); }

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