#5CBBD0

Color #5CBBD0 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5CBBD0

Tints of Viking #5CBBD0

Color information

#5CBBD0 (or 0x5CBBD0) is unknown color: approx Viking. HEX triplet: 5C, BB and D0. RGB value is (92,187,208). Sum of RGB (Red+Green+Blue) = 92+187+208=487 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.89% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #5CBBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBD0 is #A3442F. Grayscale: #A0A0A0. Windows color (decimal): -10699824 or 13679452. OLE color: 13679452.

HSL color Cylindrical-coordinate representation of color #5CBBD0: hue angle of 190.86º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CBBD0 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB92187208-
CMYK0.560.1000.18
HSL190.86º55.24%58.82%-
HSV(B)190.86º55.77%81.57%-
XYZ33.5742.3766.08-
YUV160.99154.5378.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.89%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 208 (81.64% from 255) = 42.71%
R=18.89%
G=38.40%
B=42.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal921872080.560.1000.18190.8655.2458.82
Hex5CBBD038A012bf373b
Octal13427332070120222776773
Binary10111001011101111010000111000101001001010111111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,187,208); }

 H1.HeaderClassName
 {
   color: #5CBBD0;
 }
 .AnyTagClassName
 {
   color: #5CBBD0;
 }
</style>
background-color css

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

 a { background-color: rgb(92,187,208); }

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

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

 span { border-color: rgb(92,187,208); }

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